home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #12 / K-CD-12-2003.ISO / LookDisk / Look disk setup.exe / #setuppath# / LDW.EXE / 0 / RCDATA / TDLGOPTIONS / TDLGOPTIONS.txt
Encoding:
Text File  |  2003-04-25  |  9.3 KB  |  269 lines

  1. object DlgOptions: TDlgOptions
  2.   Left = 344
  3.   Top = 157
  4.   HelpContext = 9
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Options'
  8.   ClientHeight = 312
  9.   ClientWidth = 539
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object SpeedButton3: TSpeedButton
  21.     Left = 512
  22.     Top = 2
  23.     Width = 25
  24.     Height = 22
  25.     Hint = 'Help'
  26.     Glyph.Data = {
  27.       78010000424D7801000000000000760000002800000020000000100000000100
  28.       04000000000000000000120B0000120B00000000000000000000000000000000
  29.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  30.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  31.       3333333333FFFFF3333333333F797F3333333333F737373FF333333BFB999BFB
  32.       33333337737773773F3333BFBF797FBFB33333733337333373F33BFBFBFBFBFB
  33.       FB3337F33333F33337F33FBFBFB9BFBFBF3337333337F333373FFBFBFBF97BFB
  34.       FBF37F333337FF33337FBFBFBFB99FBFBFB37F3333377FF3337FFBFBFBFB99FB
  35.       FBF37F33333377FF337FBFBF77BF799FBFB37F333FF3377F337FFBFB99FB799B
  36.       FBF373F377F3377F33733FBF997F799FBF3337F377FFF77337F33BFBF99999FB
  37.       FB33373F37777733373333BFBF999FBFB3333373FF77733F7333333BFBFBFBFB
  38.       3333333773FFFF77333333333FBFBF33333333333777773333330000}
  39.     NumGlyphs = 2
  40.     ParentShowHint = False
  41.     ShowHint = True
  42.     OnClick = SpeedButton3Click
  43.   end
  44.   object DlgOptions: TTabbedNotebook
  45.     Left = 11
  46.     Top = 27
  47.     Width = 519
  48.     Height = 243
  49.     TabFont.Color = clBlack
  50.     TabFont.Height = -12
  51.     TabFont.Name = 'Arial'
  52.     TabFont.Style = []
  53.     TabOrder = 0
  54.     object TTabPage
  55.       Left = 4
  56.       Top = 27
  57.       Caption = 'File &Deletions'
  58.       object GroupBox1: TGroupBox
  59.         Left = 7
  60.         Top = 23
  61.         Width = 379
  62.         Height = 122
  63.         TabOrder = 2
  64.         object CBDelete: TCheckBox
  65.           Left = 10
  66.           Top = 22
  67.           Width = 332
  68.           Height = 17
  69.           Caption = 'Ask for confirmation on file deletions'
  70.           Font.Color = clBlack
  71.           Font.Height = -12
  72.           Font.Name = 'Arial'
  73.           Font.Style = []
  74.           ParentFont = False
  75.           TabOrder = 0
  76.         end
  77.         object CBWindowsTrash: TCheckBox
  78.           Left = 10
  79.           Top = 46
  80.           Width = 332
  81.           Height = 17
  82.           Caption = 'Store deleted files in the Windows Recycle Bin'
  83.           Font.Color = clBlack
  84.           Font.Height = -12
  85.           Font.Name = 'Arial'
  86.           Font.Style = []
  87.           ParentFont = False
  88.           TabOrder = 1
  89.         end
  90.       end
  91.       object CBSystem: TCheckBox
  92.         Left = 18
  93.         Top = 94
  94.         Width = 332
  95.         Height = 17
  96.         Caption = 'Ask for confirmation on deletion of system-files'
  97.         Font.Color = clBlack
  98.         Font.Height = -12
  99.         Font.Name = 'Arial'
  100.         Font.Style = []
  101.         ParentFont = False
  102.         TabOrder = 0
  103.       end
  104.       object CBRdonly: TCheckBox
  105.         Left = 18
  106.         Top = 120
  107.         Width = 347
  108.         Height = 17
  109.         Caption = 'Ask for confirmation on deletion of read-only files'
  110.         Font.Color = clBlack
  111.         Font.Height = -12
  112.         Font.Name = 'Arial'
  113.         Font.Style = []
  114.         ParentFont = False
  115.         TabOrder = 1
  116.       end
  117.     end
  118.     object TTabPage
  119.       Left = 4
  120.       Top = 27
  121.       Caption = '&Misc.'
  122.       object GroupBox2: TGroupBox
  123.         Left = 7
  124.         Top = 12
  125.         Width = 457
  126.         Height = 153
  127.         TabOrder = 0
  128.         object CBMouseHelp: TCheckBox
  129.           Left = 14
  130.           Top = 19
  131.           Width = 181
  132.           Height = 17
  133.           Hint = 'Sollen Hilfetexte wie dieser hier'#13'angezeigt werden?'
  134.           Caption = 'Show hint texts on controls'
  135.           Font.Color = clBlack
  136.           Font.Height = -13
  137.           Font.Name = 'Arial'
  138.           Font.Style = []
  139.           ParentFont = False
  140.           ParentShowHint = False
  141.           ShowHint = True
  142.           TabOrder = 0
  143.           OnClick = CBMouseHelpClick
  144.         end
  145.         object CBConfirmAbort: TCheckBox
  146.           Left = 14
  147.           Top = 65
  148.           Width = 255
  149.           Height = 17
  150.           Caption = 'Ask for confirmation on search abortion'
  151.           Font.Color = clBlack
  152.           Font.Height = -13
  153.           Font.Name = 'Arial'
  154.           Font.Style = []
  155.           ParentFont = False
  156.           ParentShowHint = False
  157.           ShowHint = True
  158.           TabOrder = 1
  159.           OnClick = CBMouseHelpClick
  160.         end
  161.         object cbZip: TCheckBox
  162.           Left = 14
  163.           Top = 107
  164.           Width = 255
  165.           Height = 17
  166.           Caption = 'Search for files inside Zip-files'
  167.           Font.Color = clBlack
  168.           Font.Height = -13
  169.           Font.Name = 'Arial'
  170.           Font.Style = []
  171.           ParentFont = False
  172.           ParentShowHint = False
  173.           ShowHint = True
  174.           TabOrder = 2
  175.           OnClick = CBMouseHelpClick
  176.         end
  177.       end
  178.     end
  179.   end
  180.   object BitBtn1: TBitBtn
  181.     Left = 12
  182.     Top = 275
  183.     Width = 112
  184.     Height = 33
  185.     Hint = 'Save Options'
  186.     Caption = '&Save'
  187.     Font.Color = clBlack
  188.     Font.Height = -13
  189.     Font.Name = 'Arial'
  190.     Font.Style = [fsBold]
  191.     ModalResult = 1
  192.     ParentFont = False
  193.     TabOrder = 1
  194.     OnClick = BitBtn1Click
  195.     Glyph.Data = {
  196.       BE060000424DBE06000000000000360400002800000024000000120000000100
  197.       0800000000008802000000000000000000000000000000000000000000000000
  198.       BF0000BF000000BFBF00BF000000BF00BF00BFBF0000C0C0C000C0DCC000F0C8
  199.       A400000000000000000000000000000000000000000000000000000000000000
  200.       0000000000000000000000000000000000000000000000000000000000000000
  201.       0000000000000000000000000000000000000000000000000000000000000000
  202.       0000000000000000000000000000000000000000000000000000000000000000
  203.       0000000000000000000000000000000000000000000000000000000000000000
  204.       0000000000000000000000000000000000000000000000000000000000000000
  205.       0000000000000000000000000000000000000000000000000000000000000000
  206.       0000000000000000000000000000000000000000000000000000000000000000
  207.       0000000000000000000000000000000000000000000000000000000000000000
  208.       0000000000000000000000000000000000000000000000000000000000000000
  209.       0000000000000000000000000000000000000000000000000000000000000000
  210.       0000000000000000000000000000000000000000000000000000000000000000
  211.       0000000000000000000000000000000000000000000000000000000000000000
  212.       0000000000000000000000000000000000000000000000000000000000000000
  213.       0000000000000000000000000000000000000000000000000000000000000000
  214.       0000000000000000000000000000000000000000000000000000000000000000
  215.       0000000000000000000000000000000000000000000000000000000000000000
  216.       0000000000000000000000000000000000000000000000000000000000000000
  217.       0000000000000000000000000000000000000000000000000000000000000000
  218.       0000000000000000000000000000000000000000000000000000000000000000
  219.       0000000000000000000000000000000000000000000000000000000000000000
  220.       0000000000000000000000000000000000000000000000000000000000000000
  221.       0000000000000000000000000000000000000000000000000000000000000000
  222.       0000000000000000000000000000000000000000000000000000000000000000
  223.       0000000000000000000000000000000000000000000000000000000000000000
  224.       0000000000000000000000000000000000000000000000000000000000000000
  225.       0000000000000000000000000000000000000000000000000000000000000000
  226.       0000000000000000000000000000000000000000000000000000000000000000
  227.       0000000000000000000000000000000000000000000000000000000000000000
  228.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  229.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  230.       0303030303030303030303030303030303030303030303030303030303030303
  231.       03030303030303030303030303030303030303030303FF030303030303030303
  232.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  233.       03030303030303030303040202040303030303030303030303030303F80303F8
  234.       FF030303030303030303030303040202020204030303030303030303030303F8
  235.       03030303F8FF0303030303030303030304020202020202040303030303030303
  236.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  237.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  238.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  239.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  240.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  241.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  242.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  243.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  244.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  245.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  246.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  247.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  248.       030303030303030303FA0303030303030303030303030303030303F803030303
  249.       0303030303030303030303030303030303030303030303030303030303030303
  250.       0303}
  251.     NumGlyphs = 2
  252.   end
  253.   object BitBtn2: TBitBtn
  254.     Left = 432
  255.     Top = 275
  256.     Width = 97
  257.     Height = 33
  258.     Caption = '&Cancel'
  259.     Font.Color = clBlack
  260.     Font.Height = -13
  261.     Font.Name = 'Arial'
  262.     Font.Style = [fsBold]
  263.     ParentFont = False
  264.     TabOrder = 2
  265.     OnClick = BitBtn2Click
  266.     Kind = bkCancel
  267.   end
  268. end
  269.